@charset "UTF-8";.doc-browser{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;color:#222}.doc-top-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;gap:14px}.doc-top-row h2{font-size:26px;font-weight:900;letter-spacing:-.03em;color:#222;margin:0 0 4px;line-height:1.2}.doc-top-row>div>p{font-size:14px;color:#999;margin:0}@media (max-width: 767px){.doc-top-row{flex-direction:column;gap:16px}.doc-top-row h2{font-size:20px}}.doc-top-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}@media (max-width: 767px){.doc-top-actions{width:100%}}.dlbtn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border:1.5px solid #7dd03a;border-radius:9999px;font-family:inherit;font-size:13px;font-weight:700;color:#7dd03a;background:#fff;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dlbtn svg{flex-shrink:0}.dlbtn:hover{background:#f0faf0;transform:translateY(-1px)}.dlbtn.dlbtn-or{border-color:#d97706;color:#d97706}.dlbtn.dlbtn-or:hover{background:#fffbeb}@media (max-width: 767px){.dlbtn{flex:1;justify-content:center;font-size:12px;padding:8px 14px}}.doc-nav-bar{background:#fafaf8;border:1.5px solid #f0f0f0;border-radius:13px;padding:10px 16px;display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}@media (max-width: 767px){.doc-nav-bar{padding:10px 12px;gap:8px}}.doc-nav-bc{display:flex;align-items:center;gap:6px;flex:1;flex-wrap:wrap;min-width:0}.bc-seg{color:#aaa;font-weight:600;font-size:12.5px;cursor:pointer;transition:color .15s;display:flex;align-items:center;gap:4px;white-space:nowrap}.bc-seg:hover{color:#7dd03a}.bc-seg.cur{color:#333;cursor:default;font-weight:700}.bc-seg svg{flex-shrink:0}.bc-sep2{color:#ddd;font-size:12px}.view-toggles{display:flex;gap:4px;flex-shrink:0}.vtog{width:30px;height:30px;border-radius:7px;border:1.5px solid #e8e8e8;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#bbb;transition:all .2s ease;padding:0}.vtog:hover{color:#666;border-color:#ccc}.vtog.on{background:#7dd03a;border-color:#7dd03a;color:#fff}.doc-search-bar{display:flex;align-items:center;gap:7px;border:1.5px solid #eee;border-radius:9999px;padding:6px 14px;background:#fff;min-width:180px}.doc-search-bar svg{color:#bbb;flex-shrink:0}.doc-search-bar input{border:none;outline:none;font-family:inherit;font-size:13px;width:100%;color:#222;background:transparent}.doc-search-bar input::placeholder{color:#ccc}@media (max-width: 767px){.doc-search-bar{flex:1;min-width:140px}}.doc-files-area{width:100%;min-width:0}.back-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#7dd03a;cursor:pointer;margin-bottom:16px;padding:8px 16px;border-radius:9999px;background:#f5faf5;border:none;font-family:inherit;transition:all .2s ease}.back-btn:hover{background:#e8f5e9}.back-btn svg{flex-shrink:0}.folder-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.folder-grid.list-view{grid-template-columns:1fr;gap:8px}.folder-grid.list-view .folder-card{flex-direction:row;padding:12px 16px;text-align:left;gap:12px}.folder-grid.list-view .folder-card svg{width:24px;height:24px;margin:0}.folder-grid.list-view .folder-card h4{margin-bottom:0}.folder-grid.list-view .folder-card:hover{transform:translate(2px) translateY(0)}@media (max-width: 1024px){.folder-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.folder-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 480px){.folder-grid{grid-template-columns:repeat(2,1fr)}}.folder-card{background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;padding:24px 14px 20px;cursor:pointer;transition:all .2s ease;text-align:center;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center}.folder-card:hover{border-color:#7dd03a;box-shadow:0 4px 20px #7dd03a1a;transform:translateY(-2px)}.folder-card svg{color:#7dd03a;margin:0 auto 12px;display:block;flex-shrink:0}.folder-card h4{font-size:13px;font-weight:800;color:#222;margin:0 0 4px;line-height:1.3}.folder-card p{font-size:11.5px;color:#999;font-weight:500;margin:0}.doc-file-list{background:#fff;border:1.5px solid #f0f0f0;border-radius:16px;overflow:hidden}.doc-file-list.grid-mode{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;background:transparent;border:none;border-radius:0}.doc-file-list.grid-mode .doc-file-row{border-bottom:none;border:1.5px solid #f0f0f0;border-radius:12px;flex-direction:column;align-items:flex-start;padding:16px;gap:8px}.doc-file-list.grid-mode .doc-file-row .doc-arr{display:none}.doc-file-list.grid-mode .doc-file-row .doc-code{font-size:12px}.doc-file-list.grid-mode .doc-file-row .doc-title{white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.doc-file-list.grid-mode .doc-file-row:hover{border-color:#7dd03a;box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}@media (max-width: 600px){.doc-file-list.grid-mode{grid-template-columns:1fr}}.doc-file-row{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid #f8f8f6;cursor:pointer;transition:background .1s}.doc-file-row:last-child{border-bottom:none}.doc-file-row:hover{background:#fafaf8}.doc-file-row:hover .doc-arr{color:#7dd03a;transform:translate(2px)}.doc-file-row:hover .doc-code{color:#37a038}.doc-file-row>svg:first-child{flex-shrink:0;color:#ccc}.doc-code{font-size:13px;font-weight:800;color:#7dd03a;flex-shrink:0;min-width:44px}.doc-title{font-size:13px;color:#333;font-weight:500;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-date{font-size:12px;color:#ccc;flex-shrink:0}.doc-arr{color:#ddd;flex-shrink:0;transition:all .12s}.doc-skeleton-grid{display:flex;gap:16px;padding:24px 0}.doc-skeleton-grid .MuiSkeleton-root{border-radius:16px}@media (max-width: 767px){.doc-skeleton-grid{flex-wrap:wrap}}.doc-onboarding{display:flex;justify-content:center;align-items:flex-start;gap:48px;padding:32px 0;margin-top:16px}@media (max-width: 767px){.doc-onboarding{flex-direction:column;align-items:center;gap:24px}}.doc-onboarding-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.doc-onboarding-item img{max-width:120px}.doc-onboarding-item p{font-size:14px;color:#555;line-height:1.5;margin:0}@keyframes sdl-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sub_detail-root{max-width:1280px;margin:0 auto;padding:0 40px;font-family:var(--ff-sans, "Geist", "Inter", "DM Sans", system-ui, sans-serif);-webkit-font-smoothing:antialiased;color:var(--ink, #0c1f15);line-height:1.55}@media (max-width: 768px){.sub_detail-root{padding:0 24px}}.sdl-sec-hdr{text-align:center;margin-bottom:36px}.sdl-sec-hdr h2{font-family:var(--ff-display, "Geist", "Inter Tight", system-ui, sans-serif);font-size:clamp(28px,3.6vw,44px);font-weight:600;letter-spacing:-.028em;color:var(--ink, #0c1f15);line-height:1.05;margin:0 0 12px}.sdl-sec-hdr h2 em{font-style:normal;color:var(--green-deep, #1f6b20)}@media (max-width: 768px){.sdl-sec-hdr h2{font-size:26px}}.sdl-sec-hdr p{font-size:15.5px;color:var(--ink-3, #4d6358);max-width:600px;margin:0 auto;line-height:1.6}@media (max-width: 768px){.sdl-sec-hdr p{font-size:14.5px}}.sdl-tag{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:9999px;font-family:var(--ff-mono, ui-monospace, monospace);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;background:var(--green-tint, #ecf8ec);color:var(--green-deep, #1f6b20);border:1px solid var(--green-soft-2, #b9e6ba)}.sdl-tag svg{flex-shrink:0;color:var(--green-deep, #1f6b20)}.sdl-dtab-bar{display:inline-flex;gap:4px;background:var(--bg-soft, #f5faf5);border:1px solid var(--rule, #e8ede9);border-radius:9999px;padding:5px;margin:0 auto 30px;width:fit-content}@media (max-width: 768px){.sdl-dtab-bar{display:flex;width:100%}}.sub_detail-root .sdl-dtab-bar{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:max-content}.sdl-dtab{padding:9px 22px;border-radius:9999px;border:none;font-family:inherit;font-size:13.5px;font-weight:500;color:var(--ink-3, #4d6358);background:transparent;cursor:pointer;transition:all .15s;outline:none;letter-spacing:-.005em}.sdl-dtab:hover{color:var(--ink, #0c1f15)}.sdl-dtab.on{background:#fff;color:var(--ink, #0c1f15);font-weight:700;box-shadow:0 2px 6px -2px #0c1f151f}@media (max-width: 768px){.sdl-dtab{flex:1;padding:9px 14px;font-size:13px;text-align:center}}.sdl-panel{animation:sdl-fadeIn .3s ease}.sdl-content-card{background:#fff;border-radius:16px;overflow:visible}.sdl-desc-panel{max-width:100%;background:var(--bg-soft, #f5faf5);padding:28px;border-radius:16px;border:1px solid var(--rule, #e8ede9)}.sdl-desc-body{font-size:14.5px;color:var(--ink-2, #1f3328);line-height:1.7}.sdl-desc-body p{margin-bottom:14px;font-size:14.5px;color:var(--ink-2, #1f3328);line-height:1.7}.sdl-desc-body h1,.sdl-desc-body h2,.sdl-desc-body h3,.sdl-desc-body h4{font-family:var(--ff-display);color:var(--ink, #0c1f15);margin-bottom:10px;letter-spacing:-.015em}.sdl-desc-body h3{font-size:18px;font-weight:700;margin-top:28px;padding-top:22px;border-top:1px dashed var(--rule-2, #d2dad4)}.sdl-desc-body a{color:var(--green-deep, #1f6b20);font-weight:600;text-decoration:underline;text-decoration-color:var(--green-soft-2)}.sdl-desc-body a:hover{color:var(--green, #7dd03a)}.sdl-upd-panel{width:100%;background:var(--bg-soft, #f5faf5);padding:28px;border-radius:16px;border:1px solid var(--rule, #e8ede9)}.sdl-upd-eyebrow{font-family:var(--ff-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3, #4d6358);margin-bottom:12px}.sdl-upd-intro{font-size:14px;color:var(--ink-3, #4d6358);margin-bottom:22px;line-height:1.55}.sdl-upd-list{display:flex;flex-direction:column;gap:0}.sdl-upd-item{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-top:1px solid var(--rule, #e8ede9)}.sdl-upd-item:first-child{border-top:none;padding-top:4px}@media (max-width: 600px){.sdl-upd-item{flex-wrap:wrap;gap:8px}}.sdl-upd-date{font-family:var(--ff-mono);font-size:11.5px;font-weight:700;color:var(--ink-3, #4d6358);letter-spacing:.04em;width:110px;flex-shrink:0;padding-top:2px}@media (max-width: 600px){.sdl-upd-date{width:auto}}.sdl-upd-body{flex:1;min-width:0}.sdl-upd-title{font-size:14px;font-weight:600;color:var(--ink, #0c1f15);line-height:1.45;letter-spacing:-.005em}.sdl-upd-badge{padding:3px 10px;border-radius:9999px;font-family:var(--ff-mono);font-size:10px;font-weight:700;flex-shrink:0;text-transform:uppercase;letter-spacing:.08em;margin-top:2px;white-space:nowrap}.sdl-upd-badge.upd-reg{background:var(--sky-soft, #d8eef9);color:#0b5577}.sdl-upd-badge.upd-pol{background:var(--green-tint, #ecf8ec);color:var(--green-deep, #1f6b20)}.sdl-upd-badge.upd-new{background:var(--plum-soft, #e8dfff);color:var(--plum, #6e3df5)}.sub_detail-root .cd-toolbar{display:flex;align-items:center;gap:10px;background:var(--bg-soft, #f5faf5);border:1px solid var(--rule, #e8ede9);border-radius:14px;padding:10px 16px;margin-bottom:22px;flex-wrap:wrap}.sub_detail-root .cd-toolbar__breadcrumb{display:flex;align-items:center;flex-shrink:0}.sub_detail-root .cd-toolbar__breadcrumb-nav{display:flex;align-items:center;gap:4px;font-family:var(--ff-mono);font-size:12px;color:var(--ink-4, #8b9b91);font-weight:600}.sub_detail-root .cd-toolbar__breadcrumb-nav .MuiBreadcrumbs-separator{margin:0 4px}.sub_detail-root .cd-toolbar__breadcrumb-nav .MuiBreadcrumbs-ol{flex-wrap:nowrap}.sub_detail-root .cd-toolbar__breadcrumb-link{display:flex;align-items:center;gap:4px;color:var(--ink-4, #8b9b91);text-decoration:none;cursor:pointer;font-family:var(--ff-mono);font-size:12px;font-weight:600;transition:color .15s;white-space:nowrap}.sub_detail-root .cd-toolbar__breadcrumb-link:hover{color:var(--green-deep, #1f6b20)}.sub_detail-root .cd-toolbar__breadcrumb-link--active{color:var(--ink, #0c1f15);cursor:default;font-weight:700}.sub_detail-root .cd-toolbar__home-icon{width:16px;height:16px;transition:opacity .15s}.sub_detail-root .cd-toolbar__home-icon:hover{opacity:.7}.sub_detail-root .cd-toolbar__view-toggle{display:flex;gap:0;margin-left:auto;background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:10px;overflow:hidden}@media (max-width: 767px){.sub_detail-root .cd-toolbar__view-toggle{margin-left:0}}.sub_detail-root .cd-toolbar__view-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;transition:all .15s;color:var(--ink-3, #4d6358)}.sub_detail-root .cd-toolbar__view-btn:hover{background:var(--bg-soft, #f5faf5);color:var(--ink, #0c1f15)}.sub_detail-root .cd-toolbar__view-btn--active{background:var(--green, #7dd03a);color:#fff}.sub_detail-root .cd-toolbar__view-btn i{font-size:13px;display:flex;align-items:center;justify-content:center}.sub_detail-root .cd-toolbar__search{display:flex;align-items:center;position:relative;min-width:200px}.sub_detail-root .cd-toolbar__search-input{width:100%;padding:7px 14px 7px 34px;border:1px solid var(--rule, #e8ede9);border-radius:9999px;font-family:inherit;font-size:13px;transition:all .15s;background:#fff;color:var(--ink, #0c1f15);outline:none}.sub_detail-root .cd-toolbar__search-input::placeholder{color:var(--ink-4, #8b9b91);font-weight:400}.sub_detail-root .cd-toolbar__search-input:focus{border-color:var(--green, #7dd03a);box-shadow:0 0 0 3px #7dd03a1a}.sub_detail-root .cd-toolbar__search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:13px;height:13px;opacity:.45;pointer-events:none}.sub_detail-root .cd-content-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:14px}.sub_detail-root .cd-content-header__text{flex:1;min-width:0}.sub_detail-root .cd-content-header__title{font-family:var(--ff-display);font-size:24px;font-weight:700;letter-spacing:-.025em;color:var(--ink, #0c1f15);margin:0 0 4px;line-height:1.2}.sub_detail-root .cd-content-header__subtitle{font-size:13.5px;color:var(--ink-3, #4d6358);margin:0}.sub_detail-root .cd-content-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap}.sub_detail-root .cd-content-header__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap;background:#fff}.sub_detail-root .cd-content-header__btn img,.sub_detail-root .cd-content-header__btn svg{width:13px;height:13px;flex-shrink:0}.sub_detail-root .cd-content-header__btn--green{color:var(--green-deep, #1f6b20);border:1px solid var(--green-soft-2, #b9e6ba)}.sub_detail-root .cd-content-header__btn--green img{filter:brightness(0) saturate(100%) invert(28%) sepia(67%) saturate(530%) hue-rotate(82deg) brightness(85%) contrast(95%)}.sub_detail-root .cd-content-header__btn--green:hover{background:var(--green-tint, #ecf8ec);transform:translateY(-1px)}.sub_detail-root .cd-content-header__btn--orange{color:var(--coral, #ff7a59);border:1px solid var(--coral, #ff7a59)}.sub_detail-root .cd-content-header__btn--orange img{filter:brightness(0) saturate(100%) invert(58%) sepia(86%) saturate(1100%) hue-rotate(335deg) brightness(100%) contrast(100%)}.sub_detail-root .cd-content-header__btn--orange:hover{background:var(--coral-soft, #ffe1d5);transform:translateY(-1px)}.sub_detail-root .cd-separator{height:0;margin:0}.sub_detail-root .cd-main-content{display:flex;gap:1.5rem}.sub_detail-root .cd-tree-container{background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:16px;padding:1.25rem;max-height:calc(100vh - 220px);overflow-y:auto;min-width:280px;max-width:320px}.sub_detail-root .cd-tree-container .MuiTreeItem-content{padding:6px 12px;border-radius:8px;transition:all .15s}.sub_detail-root .cd-tree-container .MuiTreeItem-content:hover{background:var(--bg-soft, #f5faf5)}.sub_detail-root .cd-tree-container .MuiTreeItem-content.Mui-selected{background:var(--green-tint, #ecf8ec)}.sub_detail-root .cd-tree-container .MuiTreeItem-label{font-size:13.5px;color:var(--ink-2, #1f3328);font-weight:500}.sub_detail-root .cd-tree-container .MuiTreeItem-iconContainer{color:var(--green-deep, #1f6b20)}.sub_detail-root .cd-tree-item-label{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ink-2, #1f3328);padding:4px 0}.sub_detail-root .cd-tree-item-label img,.sub_detail-root .cd-tree-item-label svg{width:18px;height:18px;flex-shrink:0}.sub_detail-root .cd-files-section{flex:1;overflow:hidden;min-width:0}.sub_detail-root .cd-single-folder-wrapper{display:flex;flex-direction:column;align-items:center;padding:.5rem 2rem;text-align:center}.sub_detail-root .cd-folder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0}.sub_detail-root .cd-folder-grid.cd-list-view{grid-template-columns:1fr;gap:8px}@media (max-width: 1024px){.sub_detail-root .cd-folder-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.sub_detail-root .cd-folder-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.sub_detail-root .cd-folder-grid{grid-template-columns:1fr}}.sub_detail-root .cd-folder-card{background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:14px;padding:18px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .15s;position:relative;overflow:hidden;text-align:left}.sub_detail-root .cd-folder-card:hover{border-color:var(--green-soft-2, #b9e6ba);box-shadow:0 12px 24px -12px #0c1f151f;transform:translateY(-2px)}.sub_detail-root .cd-folder-card>svg,.sub_detail-root .cd-folder-card .folder-icon,.sub_detail-root .cd-folder-card .cd-folder-icon{width:36px;height:36px;padding:8px;border-radius:10px;background:var(--green-tint, #ecf8ec);color:var(--green-deep, #1f6b20);flex-shrink:0;display:block}.sub_detail-root .cd-folder-grid.cd-list-view .cd-folder-card{padding:12px 16px;border-radius:10px}.sub_detail-root .cd-folder-grid.cd-list-view .cd-folder-card>svg,.sub_detail-root .cd-folder-grid.cd-list-view .cd-folder-card .folder-icon{width:28px;height:28px;padding:6px}.sub_detail-root .cd-folder-info{flex:1;text-align:left}.sub_detail-root .cd-folder-name{font-size:13.5px;font-weight:700;color:var(--ink, #0c1f15);margin-bottom:3px;line-height:1.3;letter-spacing:-.005em}.sub_detail-root .cd-folder-count{font-family:var(--ff-mono);font-size:11px;color:var(--ink-3, #4d6358);font-weight:600;letter-spacing:.04em}.sub_detail-root .cd-file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:0}.sub_detail-root .cd-file-grid.cd-list-view{grid-template-columns:1fr;gap:0;background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:16px;overflow:hidden}.sub_detail-root .cd-file-card{background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:12px;padding:14px;cursor:pointer;transition:all .15s;overflow:hidden}.sub_detail-root .cd-file-card:hover{border-color:var(--green-soft-2, #b9e6ba);box-shadow:0 8px 20px -10px #0c1f1526;transform:translateY(-2px)}.sub_detail-root .cd-file-card.cd-file-card-highlight{background:var(--green-tint, #ecf8ec);border-color:var(--green-soft-2, #b9e6ba)}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-card{border:none;border-radius:0;padding:12px 18px;border-bottom:1px solid var(--rule, #e8ede9);display:flex;align-items:center}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-card:last-child{border-bottom:none}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-card:hover{background:var(--bg-soft, #f5faf5);box-shadow:none;transform:none}.sub_detail-root .cd-file-icon-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:.75rem;padding:1rem 0;background:var(--bg-soft, #f5faf5);border-radius:8px}.sub_detail-root .cd-file-icon-wrapper svg{width:28px;height:28px;color:var(--green-deep, #1f6b20)}.sub_detail-root .cd-file-body{display:flex;flex-direction:column;padding:0!important}.sub_detail-root .cd-file-body>svg{width:18px;height:18px;flex-shrink:0;color:var(--ink-3, #4d6358)}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-body{flex-direction:row;align-items:center;gap:12px;width:100%}.sub_detail-root .cd-file-info{flex:1;min-width:0}.sub_detail-root .cd-file-name{font-size:13px;font-weight:500;color:var(--ink-2, #1f3328);line-height:1.5;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-name{-webkit-line-clamp:unset;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.sub_detail-root .cd-file-code{font-family:var(--ff-mono);font-size:12px;font-weight:700;color:var(--green-deep, #1f6b20);flex-shrink:0;min-width:44px;letter-spacing:.04em}.sub_detail-root .cd-file-date{font-family:var(--ff-mono);font-size:11px;color:var(--ink-4, #8b9b91);margin-top:4px;flex-shrink:0;letter-spacing:.04em}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-date{margin-top:0;margin-left:auto}.sub_detail-root .cd-file-icon{width:16px;height:16px;flex-shrink:0;color:var(--ink-4, #8b9b91)}.sub_detail-root .cd-file-arr{color:var(--ink-4, #8b9b91);flex-shrink:0;transition:all .12s}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-card:hover .cd-file-arr{color:var(--green-deep, #1f6b20);transform:translate(2px)}.sub_detail-root .cd-file-grid.cd-list-view .cd-file-card:hover .cd-file-code{color:var(--green, #7dd03a)}.sub_detail-root .cd-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--green-deep, #1f6b20);cursor:pointer;margin-bottom:18px;padding:8px 16px;border-radius:9999px;background:var(--green-tint, #ecf8ec);border:1px solid var(--green-soft-2, #b9e6ba);font-family:inherit;transition:all .15s}.sub_detail-root .cd-back-btn:hover{background:var(--green-soft, #d4f0d4)}.sub_detail-root .cd-back-btn svg{width:13px;height:13px;flex-shrink:0}.sub_detail-root .cd-skeleton-grid{display:flex;gap:1.5rem;padding:2rem 0}.sub_detail-root .cd-skeleton-grid .MuiSkeleton-root{border-radius:14px}.sub_detail-root .cd-onboarding-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:3rem;padding:2rem 0;margin-top:1.5rem}.sub_detail-root .cd-onboarding-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.sub_detail-root .cd-onboarding-item img{max-width:120px}.sub_detail-root .cd-onboarding-item p{font-size:13.5px;color:var(--ink-3, #4d6358);line-height:1.5}.sub_detail-root .main-subscription-details{border:none;border-radius:0;margin-top:0}.sub_detail-root .det-doc-list .container{padding:0}@media screen and (max-width: 767px){.sub_detail-root{padding:0 20px}.sdl-sec-hdr h2{font-size:24px}.sdl-sec-hdr p{font-size:14px}.sdl-dtab-bar{width:100%;max-width:none}.sdl-dtab{flex:1;padding:9px 12px;font-size:13px}.sdl-desc-panel,.sdl-upd-panel{max-width:100%;padding:22px}.sdl-desc-body{font-size:14px}.sdl-desc-body h3{font-size:16px;margin-top:22px;padding-top:18px}.sdl-upd-item{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 0}.sdl-upd-date{width:auto}.sub_detail-root .cd-toolbar{flex-wrap:wrap;gap:8px;padding:10px 12px}.sub_detail-root .cd-toolbar__breadcrumb{width:100%}.sub_detail-root .cd-toolbar__search{flex:1;min-width:140px}.sub_detail-root .cd-content-header{flex-direction:column;gap:12px}.sub_detail-root .cd-content-header__title{font-size:20px}.sub_detail-root .cd-content-header__actions{width:100%;flex-wrap:wrap;gap:8px}.sub_detail-root .cd-content-header__btn{flex:1;justify-content:center;font-size:12px;padding:8px 14px}.sub_detail-root .cd-folder-grid{grid-template-columns:1fr;gap:10px}.sub_detail-root .cd-file-grid{grid-template-columns:1fr}.sub_detail-root .cd-main-content{flex-direction:column}.sub_detail-root .cd-tree-container{max-width:100%;min-width:100%;max-height:320px}.sub_detail-root .cd-onboarding-wrapper{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 0}}@media screen and (min-width: 768px) and (max-width: 1024px){.sub_detail-root .cd-toolbar{flex-wrap:wrap}.sub_detail-root .cd-toolbar__search{flex-basis:100%;order:3}.sub_detail-root .cd-content-header__title{font-size:22px}.sub_detail-root .cd-folder-grid{grid-template-columns:repeat(3,1fr)}.sub_detail-root .cd-main-content{flex-direction:column}.sub_detail-root .cd-tree-container{max-width:100%;min-width:100%;max-height:360px}}@keyframes lcFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dl-licence-wrapper{width:100%;font-family:var(--ff-sans, "Geist", "Inter", "DM Sans", system-ui, sans-serif);-webkit-font-smoothing:antialiased}.dl-licence-wrapper .MuiBox-root,.dl-tab-panel .MuiBox-root{padding:0!important}.dl-tab-panel .MuiTypography-root{width:100%}.lc{background:#fff;border:1px solid var(--rule, #e8ede9);border-radius:22px;overflow:hidden;box-shadow:0 24px 60px -22px #0c1f152e;transition:all .2s ease;animation:lcFadeIn .4s ease-out}.lc:hover{box-shadow:0 30px 70px -22px #0c1f1538}.lc--selected{border-color:var(--green-soft-2, #b9e6ba);box-shadow:0 0 0 2px var(--green-tint, #ecf8ec),0 24px 60px -22px #7dd03a38}@media (max-width: 480px){.lc{border-radius:18px}}.lc-head{background:linear-gradient(160deg,var(--ink, #0c1f15) 0%,var(--forest-2, #103a26) 100%);padding:26px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.lc-head:before{content:"";position:absolute;top:-40%;right:-10%;width:240px;height:240px;background:radial-gradient(circle,rgba(92,208,94,.12),transparent 60%);pointer-events:none}@media (max-width: 768px){.lc-head{flex-direction:column;align-items:flex-start;gap:18px;padding:22px 24px}}@media (max-width: 480px){.lc-head{padding:18px 20px}}.lc-head-left{display:flex;gap:14px;flex:1;min-width:0;align-items:flex-start}.lc-icon{width:40px;height:40px;flex-shrink:0;border-radius:10px;background:#5cd05e2e;display:flex;align-items:center;justify-content:center;color:var(--green-bright, #93dc5e);margin-top:2px}.lc-head-text{flex:1;min-width:0}.lc-title{font-family:var(--ff-display, "Geist", "Inter Tight", system-ui, sans-serif);font-size:20px;font-weight:700;color:#fff;margin-bottom:6px;letter-spacing:-.015em}.lc-sub{font-size:13px;color:#ffffffb3;line-height:1.55;max-width:480px}@media (max-width: 480px){.lc-sub{font-size:12.5px}}.lc-price-col{text-align:right;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px;z-index:1}@media (max-width: 768px){.lc-price-col{align-items:flex-start;text-align:left}}.lc-head-badge{background:var(--coral, #ff7a59);color:#fff;padding:4px 11px;border-radius:9999px;font-family:var(--ff-mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;display:inline-block;margin-bottom:6px}.lc-price-main{display:inline-flex;align-items:baseline;gap:2px;color:#fff;line-height:1}.lc-cur{font-family:var(--ff-display);font-size:18px;font-weight:700}.lc-amt{font-family:var(--ff-display);font-size:44px;font-weight:700;letter-spacing:-.04em;line-height:1}@media (max-width: 480px){.lc-amt{font-size:36px}}.lc-pence{font-family:var(--ff-display);font-size:18px;font-weight:700}.lc-vat{font-family:var(--ff-mono);font-size:11px;color:#ffffff8c;letter-spacing:.04em;margin-top:2px}.lc-was{font-family:var(--ff-mono);font-size:12px;color:#ffffff61;text-decoration:line-through}.lc-info{display:flex;align-items:flex-start;gap:10px;background:var(--sky-soft, #d8eef9);border-radius:12px;padding:12px 16px;margin:18px 24px 0;font-size:13px;color:#0b5577;line-height:1.55}.lc-info svg{flex-shrink:0;margin-top:1px;color:var(--sky, #56b8e6)}.lc-info a{color:#0b5577;font-weight:700;cursor:pointer;text-decoration:underline;text-decoration-color:#0b557759;text-underline-offset:2px;transition:opacity .15s}.lc-info a:hover{opacity:.8;text-decoration-color:#0b5577}@media (max-width: 768px){.lc-info{margin:16px 20px 0;padding:11px 14px;font-size:12.5px}}@media (max-width: 480px){.lc-info{margin:14px 18px 0;padding:10px 12px;font-size:11.5px;gap:8px}}.lc-body{padding:18px 28px 24px}@media (max-width: 768px){.lc-body{padding:16px 24px 22px}}@media (max-width: 480px){.lc-body{padding:14px 20px 18px}}.lc-default-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.lc-default-left{display:flex;align-items:center;gap:10px}@media (max-width: 600px){.lc-default-left{flex-direction:column;align-items:flex-start;width:100%}}.lc-how-btn{background:#fff;color:var(--ink-2, #1f3328);border:1.5px solid var(--rule-2, #d2dad4);border-radius:9999px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:600;letter-spacing:-.005em;cursor:pointer;transition:all .15s;white-space:nowrap}.lc-how-btn:hover{border-color:var(--ink, #0c1f15);background:var(--bg-soft, #f5faf5)}@media (max-width: 480px){.lc-how-btn{width:100%;text-align:center}}.lc-sub-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ink-3, #4d6358);text-decoration:none;cursor:pointer;background:none;border:none;font-family:inherit;padding:0;white-space:nowrap;letter-spacing:-.005em;transition:color .15s,gap .15s}.lc-sub-link svg{transition:transform .15s}.lc-sub-link:hover{color:var(--green-deep, #1f6b20)}.lc-sub-link:hover svg{transform:translate(2px)}.lc-buy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:var(--green, #7dd03a);color:#fff;border:none;border-radius:9999px;font-family:inherit;font-size:14.5px;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .2s ease;box-shadow:0 4px 0 var(--green-deep, #1f6b20),0 10px 24px -8px #7dd03a73;white-space:nowrap}.lc-buy-btn svg{flex-shrink:0;color:#fff}.lc-buy-btn:hover{background:var(--green-bright, #93dc5e);transform:translateY(-1px);box-shadow:0 6px 0 var(--green-deep, #1f6b20),0 14px 28px -8px #7dd03a80}.lc-buy-btn:active{transform:translateY(2px);box-shadow:0 2px 0 var(--green-deep, #1f6b20)}@media (max-width: 600px){.lc-buy-btn{width:100%;padding:13px 24px}}.lc-selected-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 14px;background:var(--green-tint, #ecf8ec);border:1px solid var(--green-soft-2, #b9e6ba);border-radius:12px}.lc-selected-info{display:flex;align-items:center;gap:10px}.lc-selected-check{width:26px;height:26px;background:var(--green, #7dd03a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.lc-selected-label{font-size:13.5px;font-weight:700;color:var(--green-deep, #1f6b20);letter-spacing:-.005em}.lc-discount-pill{background:var(--coral, #ff7a59);color:#fff;padding:3px 9px;border-radius:9999px;font-family:var(--ff-mono);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.lc-selected-actions{display:flex;align-items:center;gap:12px}@media (max-width: 600px){.lc-selected-actions{width:100%;justify-content:space-between}}.lc-remove-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--coral-soft, #ffe1d5);border-radius:50%;cursor:pointer;transition:all .15s;flex-shrink:0;padding:0}.lc-remove-btn svg{color:var(--coral, #ff7a59)}.lc-remove-btn:hover{background:var(--coral, #ff7a59);border-color:var(--coral, #ff7a59)}.lc-remove-btn:hover svg{color:#fff}
