@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{margin:0;font-family:Roboto,sans-serif;background-color:#faf9f6;color:#333}*,*:before,*:after{box-sizing:border-box}#root{min-height:100vh;min-height:100dvh;padding-bottom:var(--app-footer-height, 80px)}body.ios #root{padding-bottom:var(--app-footer-height, 60px)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;border-bottom:1px solid #ddd;background:#fff;position:sticky;top:0;z-index:1500}.brand-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.brand-link img{width:30px;height:30px}.brand-link h1{margin:0;font-size:1.4rem}.site-nav{display:flex;align-items:center;gap:12px;position:relative}.site-nav a{text-decoration:none;color:#333;font-weight:600}.site-nav button{border:0;padding:8px 12px;border-radius:8px;background:#f2b500;color:#222;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.header-dropdown-wrap{position:relative}.header-dropdown-toggle{border:1px solid #cfc7bc;background:#fff;border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#273043;cursor:pointer}.header-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:#fff;border:1px solid #d9d2c6;border-radius:12px;box-shadow:0 14px 30px #1118272e;padding:8px;display:grid;gap:6px;z-index:1800}.header-dropdown-menu button{border:1px solid transparent;border-radius:10px;background:#f8f5ee;color:#1f2e4f;text-align:left;padding:9px 10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:10px}.header-dropdown-menu button:hover{background:#ede7da;border-color:#c7bba7}.header-dropdown-menu button:active{background:#e4dcd0}.header-dropdown-menu button .inbox-badge{margin-left:auto}.header-dropdown-menu button:disabled{opacity:.6;cursor:not-allowed}.header-nav-link{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #d8d2c7;border-radius:999px;background:#fbf9f4;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.header-nav-link:hover{background:#f0ebdf;border-color:#b5ab9a;color:#1f2e4f;text-decoration:underline;text-underline-offset:3px}.header-nav-link:focus-visible{outline:2px solid #2f7f92;outline-offset:2px}.header-nav-link.is-active{background:#ede6d8;border-color:#9e937e;color:#162442;box-shadow:inset 0 0 0 1px #16244214}.inbox-link{position:relative}.inbox-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#d9534f;color:#fff;font-size:.75rem;line-height:18px;text-align:center}.language-select-wrap{display:inline-flex;align-items:center;gap:6px;font-size:.9rem}.language-select{border:1px solid #cfc7bc;border-radius:8px;padding:6px 8px;background:#fff;color:#333}.app{display:flex;flex-direction:row;height:calc(100vh - 180px);margin-top:10px;margin-bottom:10px}@media (max-width: 768px){.app{flex-direction:column}}.page-shell{max-width:980px;margin:24px auto;padding:20px;background:#fff;border-radius:14px;border:1px solid #e2ded8}.page-shell h2{font-size:2.5rem;font-weight:700;color:#312783;margin:0 0 12px;letter-spacing:-.5px}.page-shell>p{font-size:1.1rem;color:#666;margin:0 0 32px;line-height:1.6}.landing-tutorial{margin-top:48px;border-left:5px solid rgba(0,159,140,.65)}.landing-tutorial .landing-tutorial-content{align-items:flex-start;justify-content:center;text-align:left;flex-direction:column;gap:10px;min-height:110px}.landing-tutorial h3{margin:0;font-size:1.15rem;color:#312783}.landing-tutorial p{margin:0;color:#575756;line-height:1.6}.landing-footer-info{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.landing-footer-info{grid-template-columns:1fr}}.landing-footer-info h4{font-size:1rem;color:#312783;margin:0 0 8px}.landing-footer-info p{font-size:.9rem;color:#777;margin:0;line-height:1.5}.landing-gdpr,.landing-wip{padding:16px;background:#fafaf8;border-radius:8px;border:1px solid #e8e4de}.landing-info-card{display:block;text-decoration:none;transition:border-color .18s,background .18s,box-shadow .18s}.landing-info-card:hover{background:linear-gradient(165deg,#f2b5001f,#f7f3ee);border-color:#3127834d;box-shadow:0 2px 10px #31278314}.landing-info-card:hover h4{color:#0085c0;text-decoration:underline}@media (max-width: 900px){.site-header{flex-direction:column;align-items:flex-start}.app{height:auto;min-height:70vh}}@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) and (pointer: coarse){body.editor-route .site-header{padding:8px 14px;gap:10px}body.editor-route .brand-link h1{font-size:1.1rem}body.editor-route .brand-link img{width:24px;height:24px}body.editor-route .site-nav{margin-left:auto;gap:8px}}body.ios.editor-route{overflow:hidden;-webkit-overflow-scrolling:none}body.ios.editor-route .app{height:calc(100dvh - 160px)}.profile-capture-stage{position:fixed;left:-10000px;top:0;pointer-events:none}.profile-capture-board{background:#fafafa}.editor-topbar button:disabled{cursor:not-allowed;opacity:.7}.editor-page{padding:12px;height:calc(100dvh - var(--app-header-height, 64px) - var(--app-footer-height, 80px));display:flex;flex-direction:column;overflow:hidden}body.editor-route{overflow:hidden}body.editor-route #root{overflow:hidden;padding-bottom:0}.editor-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px 20px;margin-bottom:12px;flex-wrap:wrap;flex-shrink:0}.editor-topbar input{margin-left:8px;border:1px solid #ccc;border-radius:8px;padding:8px}.editor-topbar-main{display:flex;align-items:center;gap:14px;flex-wrap:wrap;position:relative}.editor-topbar-main .button-link,.editor-topbar-main>button{display:inline-flex;align-items:center;gap:6px}.editor-topbar-actions{margin-left:auto}.editor-topbar-meta{margin:0;max-width:min(58vw,620px);border-radius:999px;border:1px solid #c4bba9;background:#fffbf3f2;color:#273043;padding:8px 12px;font-size:.82rem;font-weight:700;box-shadow:0 8px 18px #00000029;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-page .form-info,.editor-page .form-error,.editor-page .page-loader{flex-shrink:0}.editor-page .form-info{margin-bottom:10px}.editor-active-editors{font-weight:600}.editor-page .editor-app{flex:1;min-height:0;height:100%;margin:0;display:grid;grid-template-columns:clamp(250px,25%,510px) minmax(0,1fr);gap:12px;position:relative}.editor-page .card-library,.editor-page .hive-board{min-height:0}.editor-app__library-panel,.editor-app__board-panel{min-width:0;min-height:0}.editor-app__library-panel{transition:opacity .16s ease,filter .16s ease}@media (hover: hover) and (pointer: fine){.editor-app.is-board-dragging .editor-app__library-panel{opacity:.78;filter:grayscale(.28)}.editor-app.is-board-dragging .editor-app__library-panel.is-drop-hover{opacity:1;filter:none}.editor-app.is-board-dragging .editor-app__library-panel .card-library{border-color:#b8af9e;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.editor-app.is-board-dragging .editor-app__library-panel.is-drop-hover .card-library{background-color:#f1ece2;box-shadow:inset 0 0 0 3px #8662184d}}.editor-app__board-panel{display:flex;position:relative}.editor-app__library-backdrop,.editor-topbar--tablet-spacer{display:none}.editor-active-badge{position:absolute;right:16px;bottom:16px;z-index:1700;margin:0;max-width:min(66vw,520px);border-radius:999px;border:1px solid #c4bba9;background:#fffbf3f2;color:#273043;padding:8px 12px;font-size:.82rem;font-weight:700;box-shadow:0 8px 18px #00000029}.editor-save-feedback{position:fixed;right:16px;top:calc(var(--app-header-height, 64px) + 10px);z-index:1750;margin:0;border-radius:8px;border:1px solid transparent;padding:12px 16px;font-size:.875rem;font-weight:600;box-shadow:0 10px 25px #0000001f;transition:all .2s ease-out}.editor-save-feedback.is-saving{background:#e9f4fffa;color:#0f3a5c;border-color:#8fbbe8}.editor-save-feedback.is-success{background:#ebfbeffa;color:#0d3f1f;border-color:#91d8a6}.editor-save-feedback.is-error{background:#ffeeeefa;color:#6b1515;border-color:#edaaaa}.editor-save-feedback--inline{position:static;display:inline-block;border-radius:6px;padding:10px 14px;font-size:inherit;box-shadow:none;border:1px solid}@media (min-width: 769px){.editor-save-feedback--inline{position:absolute}}@media (max-width: 768px){.editor-save-feedback{border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:700;box-shadow:0 8px 18px #00000029}.editor-save-feedback--inline{border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:700}}body.capture-mode .editor-active-badge,body.capture-mode .editor-save-feedback{display:none}.editor-tablet-guard{position:absolute;inset:0;z-index:2000;display:grid;place-items:center;text-align:center;padding:24px;background:#11182799;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.editor-tablet-guard p{margin:0;max-width:420px;border:1px solid #c7bda8;border-radius:14px;background:#fff9eb;color:#1f2e4f;font-weight:700;line-height:1.45;padding:18px 20px}@media (max-width: 1200px){.editor-page .editor-app{display:block}.editor-app__library-panel{position:absolute;inset:0 auto 0 0;width:min(520px,94vw);z-index:1600;transform:translate(-105%);transition:transform .24s ease;filter:drop-shadow(0 18px 30px rgba(0,0,0,.2))}.editor-app.library-open .editor-app__library-panel{transform:translate(0)}.editor-app__library-backdrop{display:block;position:absolute;inset:0;z-index:1500;border:0;padding:0;background:#11182733;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.editor-app__board-panel,.editor-page .hive-board{height:100%}}@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) and (pointer: coarse){.editor-page{padding:8px}.editor-topbar{display:none}.editor-topbar--tablet-spacer{display:block;height:2px;margin-bottom:6px}}.login-link-row{margin-top:8px;text-align:center;font-size:.98em}.forgot-link{color:#6e6558;text-decoration:underline;font-size:.97em;opacity:.85;transition:color .2s;display:inline-block;border:0;margin-left:6px;font-weight:600;cursor:pointer;font-size:1em;background:#f2b500;border-radius:6px;padding:3px 12px;background:#c99600;color:#222;text-decoration:none;transition:background .2s,color .2s}.form-grid{display:grid;gap:14px}.form-grid input,.form-grid select,.form-grid>button{margin-top:6px}.form-grid input,.form-grid select{width:100%;padding:10px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box}.form-grid>button{width:fit-content;border:0;background:#f2b500;color:#222;border-radius:8px;padding:10px 14px;cursor:pointer}.password-field{display:grid;gap:6px}.password-input-wrap{position:relative}.password-input-wrap input{padding-right:46px}.password-visibility-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#6e6558;cursor:pointer;margin-top:0;padding:0}.password-visibility-button:hover,.password-visibility-button:focus-visible{background:transparent;color:#6e6558}.password-visibility-button:focus-visible{outline:2px solid #b8b0a4;outline-offset:1px}.form-error{color:#9f2d20;font-weight:600}.form-info,.page-status{color:#2f6140;font-weight:600}.cta-grid,.meta-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width: 768px){.cta-grid,.meta-grid{grid-template-columns:1fr}}.cta-card{display:flex;flex-direction:column;padding:0;border:1px solid #ddd;border-left:5px solid rgba(0,159,140,.65);border-radius:12px;text-decoration:none;font-weight:700;color:#111;background:#fffaf2;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.cta-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.cta-card-interactive{cursor:pointer}.cta-card-image{width:100%;height:200px;overflow:hidden;background:#f0eee9}.cta-card-image img{width:100%;height:100%;object-fit:cover}.cta-card-content{padding:20px;flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:#111}.list-grid{list-style:none;margin:0;padding:0;display:grid;gap:8px}.list-grid li{padding:10px;border:1px solid #ddd;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.inline-actions{display:inline-flex;align-items:center;gap:8px}.button-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;color:#222;background:#f2b500;border-radius:8px;padding:8px 12px}:where(.site-nav button,.form-grid>button,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.profile-tab,.toolbar-leave-btn,.toolbar-collaborator-remove){display:inline-flex;align-items:center;justify-content:center;gap:6px}:where(.site-nav button,.form-grid>button,.button-link,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove){transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease,filter .18s ease;box-shadow:0 1px 2px #0000001f;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.2}:where(.site-nav button,.form-grid>button,.button-link,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove):focus-visible{outline:3px solid #312783;outline-offset:2px}:where(.site-nav button,.form-grid>button,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove):not(:disabled):hover,:where(.button-link,.danger-btn):hover{transform:translateY(-1px);filter:brightness(.95);box-shadow:0 8px 14px #00000029}:where(.site-nav button,.form-grid>button,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove):not(:disabled):active,:where(.button-link,.danger-btn):active{transform:translateY(0);box-shadow:0 2px 6px #00000024}.inline-actions button,.list-grid button,.editor-topbar button{border:0;border-radius:8px;padding:8px 12px;cursor:pointer;background:#f2b500;color:#222}@media (prefers-reduced-motion: reduce){:where(.site-nav button,.form-grid>button,.button-link,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove){transition:none}:where(.site-nav button,.form-grid>button,.inline-actions button,.list-grid button,.editor-topbar button,.toolbar button,.modal-box .btn,.danger-btn,.toolbar-leave-btn,.toolbar-collaborator-remove):not(:disabled):hover,:where(.button-link,.danger-btn):hover{transform:none;filter:none}}a.button-link-open,button.button-link-open,a.button-link-duplicate,button.button-link-duplicate{background:#f2b500}a.button-link-delete,button.button-link-delete{background:#e73458;color:#fff}button.danger-btn,a.danger-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;padding:8px 12px;cursor:pointer;background:#e73458;color:#fff}a.button-link-download,button.button-link-download{background:#f2b500}.titre{display:flex;justify-content:center;height:80px}.titre h1{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;font-weight:700;font-size:3rem;padding:20px}.titre img{height:50px;padding:20px 0 0}.ios .titre{height:60px}.ios .titre h1{font-size:2.25rem;padding:15px}.ios .titre img{height:37.5px;padding:15px 0 0}.hex-card{color:#fff}.hex-card .hex{width:var(--board-card-size, 200px);aspect-ratio:1;perspective:800px;user-select:none;-webkit-user-select:none;-ms-user-select:none}.hex-card .hex .hex-shape{stroke:none;transition:all .3s ease}.hex-card .hex.reco-enseignant .hex-shape{stroke:#ef7d00;stroke-width:4;stroke-dasharray:10 5}.hex-card .hex.reco-equipe .hex-shape{stroke:#ad498d;stroke-width:4;stroke-dasharray:10 5}.hex-card .hex .hex-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.hex-card .hex .hex-inner .hex-front,.hex-card .hex .hex-inner .hex-back{position:absolute;top:0;left:0;backface-visibility:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:sans-serif;text-align:center;font-size:.9rem;padding:10px;box-sizing:border-box;transition:opacity .4s ease,transform .6s ease}.hex-card .hex .hex-inner .hex-front span{font-weight:700;padding-bottom:5px}.hex-card .hex .hex-inner .hex-front h4{padding-bottom:5px;font-size:.67rem}.hex-card .hex .hex-inner .hex-front img{height:30px}.hex-card .hex .hex-inner .hex-back{transform:rotateY(180deg);overflow:hidden}.hex-card .hex .hex-inner .hex-back .hex-back-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.hex-card .hex .hex-inner .hex-back p{font-size:.45rem;line-height:1.25;text-align:center;padding:15px 0}.hex-card .hex .hex-inner .hex-back .scrollable-back{justify-content:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain;padding-top:26%;padding-bottom:18%;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.35) transparent}.hex-card .hex .hex-inner .hex-back .scrollable-back::-webkit-scrollbar{width:4px}.hex-card .hex .hex-inner .hex-back .scrollable-back::-webkit-scrollbar-track{background:#fff3;border-radius:2px}.hex-card .hex .hex-inner .hex-back .scrollable-back::-webkit-scrollbar-thumb{background:#00000059;border-radius:2px;border:1px solid rgba(255,255,255,.55)}.hex-card .hex .hex-inner .hex-back .scrollable-back p.long-def{padding:0}.hex-card .hex:hover .hex-inner{transform:rotateY(180deg)}.hex-card.visees{fill:#009f8c}.hex-card.conditions-enseignant{fill:#ef7d00}.hex-card.recommandations-enseignant{fill:#fff;color:#ef7d00}.hex-card.conditions-equipe{fill:#ad498d}.hex-card.recommandations-equipe{fill:#fff;color:#ad498d}.hex-card.domaine{fill:#e73458}.capture-mode .hex-inner{transform:none!important}.capture-mode .hex-back{display:none!important}.capture-mode.capture-mode-back .hex-inner{transform:rotateY(180deg)!important}.capture-mode.capture-mode-back .hex-front{display:none!important}.capture-mode.capture-mode-back .hex-back{display:flex!important}.draggable-card{position:absolute;cursor:grab;overflow:visible;isolation:isolate}.draggable-card:before{content:"";position:absolute;inset:0;opacity:0;pointer-events:none;z-index:-1;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);background:#312783;transform:scale(1.08);filter:drop-shadow(0 0 .45rem rgba(49,39,131,.28));transition:opacity .2s ease}.draggable-card.selected:before{opacity:0}.draggable-card.selected .hex{overflow:visible}.draggable-card.selected .hex-shape,.draggable-card.selected .hex.reco-enseignant .hex-shape,.draggable-card.selected .hex.reco-equipe .hex-shape,.draggable-card.selected .free-space-card .hex-shape{stroke:#312783;stroke-width:3;stroke-dasharray:none}.draggable-card.dragging{cursor:grabbing}.card-list>div{cursor:grab}.card-list>div:active{cursor:grabbing}@-moz-document url-prefix(){.hex{perspective:none!important}.hex-inner{transform:none!important}.hex-front,.hex-back{transform:none!important;backface-visibility:visible!important;opacity:1;z-index:2}.hex-back{opacity:0;z-index:1}.hex:hover .hex-front{opacity:0;z-index:1;transform:rotateY(-15deg)}.hex:hover .hex-back{opacity:1;z-index:2;transform:rotateY(0)}.hex-front img,.hex-back img{image-rendering:auto}}@supports (-webkit-transform-style: preserve-3d) and (not (-moz-appearance: none)){.hex-back{transform:rotateY(180deg) translateZ(0);will-change:transform,opacity;backface-visibility:hidden}.hex-front{transform:rotateY(0) translateZ(0);will-change:transform,opacity}}body.ios .hex{width:180px;height:180px;-webkit-perspective:800px;perspective:800px}body.ios .hex-inner{min-width:180px;min-height:180px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}body.ios .hex-front,body.ios .hex-back{-webkit-backface-visibility:hidden;backface-visibility:hidden}body.ios .hex-front img,body.ios .hex-back img{height:50px!important}body.ios .hex-front h4{font-size:1.2rem!important}body.ios .hex-back p{font-size:1rem!important;margin:15px;line-height:1.3;overflow-y:scroll}.card-library{--board-card-size: 100%;height:100%;padding:10px;overflow-y:auto;overflow-x:hidden;background:#fff;border-radius:8px;border:1px solid #ddd;box-sizing:border-box}.card-library h2{font-size:1rem;font-weight:700;margin-bottom:8px}.card-library .card-library__search{margin-bottom:14px}.card-library .card-library__search .card-library__search-input{position:relative}.card-library .card-library__search input{width:100%;border:1px solid #d8d2c7;border-radius:10px;padding:10px 38px 10px 12px;font-size:.95rem;background:#fffdf8;color:#273043}.card-library .card-library__search .card-library__clear-search{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:24px;height:24px;border:0;border-radius:50%;background:#ece6db;color:#3a3a3a;font-size:.9rem;line-height:1;cursor:pointer;display:grid;place-items:center}.card-library .card-library__search .card-library__clear-search:hover{background:#ddd5c8}.card-library .card-category{margin-bottom:16px}.card-library .card-category h3{font-size:.9rem;margin:8px 0;font-weight:700}.card-library .card-category .card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));column-gap:0;row-gap:14px;align-items:start}.card-library .card-library__select-toolbar{position:sticky;top:0;z-index:20;display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 10px;padding:8px;border-radius:12px;border:1px solid #d9d1c1;background:#fffbf3fa;box-sizing:border-box}.card-library .card-library__select-toolbar .card-library__select-help{flex:1 1 100%;margin:0;color:#334155;font-size:.8rem;line-height:1.35;font-weight:600}.card-library .card-library__select-toolbar button{flex:1 1 160px;min-width:0;border:1px solid #d5ccb9;border-radius:999px;background:#fff;color:#273043;font-weight:700;font-size:.76rem;padding:7px 10px;cursor:pointer}.card-library .card-library__select-toolbar button:disabled{opacity:.55;cursor:not-allowed}.card-library .card-library__select-toolbar .is-active{border-color:#a4781f;background:#f7d77b;color:#1f2e4f}.card-library .library-card{margin:0!important;width:100%;min-width:0}.card-library .library-card.library-card--match{border-radius:10px;box-shadow:0 0 0 2px #e8a634bf;background:#fffceeeb}.card-library .library-card.library-card--selected .hex{overflow:visible}.card-library .library-card.library-card--selected .hex-shape{stroke:#312783;stroke-width:3}.card-library .library-card__match-snippet{margin:4px 8px 8px;font-size:.75rem;line-height:1.2;color:#2f3744;text-align:center}.card-library .library-card__match-snippet mark{background:#ffe29f;color:inherit;padding:0 2px;border-radius:3px}.card-library .library-card.free-space{width:100%}.card-library__empty-search{margin:12px 4px 0;color:#5d6778;font-size:.95rem}.card-library__popup-warning{position:sticky;bottom:8px;margin-top:12px;padding:10px 12px;border-radius:10px;background:#f2b500;color:#333;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 16px #00000029;z-index:10;animation:cardLibraryWarningFade 4.8s ease forwards}@keyframes cardLibraryWarningFade{0%{opacity:0;transform:translateY(8px)}10%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}@media (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) and (pointer: coarse){.card-library .card-category .card-list{grid-template-columns:repeat(auto-fill,minmax(132px,1fr))}.card-library .hex-card .hex .hex-inner .hex-front,.card-library .hex-card .hex .hex-inner .hex-back{padding-left:14px;padding-right:14px}}.hive-board{position:relative;border:2px dashed #aaa;background:linear-gradient(180deg,#fffdf7,#faf5ea);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.hive-board__controls{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-wrap:wrap}.hive-board__controls-group{display:flex;align-items:center;gap:8px}.hive-board__controls-group button{border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff;color:#273043;padding:8px 12px;font-size:.9rem;line-height:1;cursor:pointer}.hive-board__controls-group button:disabled{background:#e5e7eb;color:#9ca3af;border-color:#d1d5db;cursor:not-allowed;pointer-events:none;opacity:1}.hive-board__controls-group button.is-active{border-color:#a4781f;background:#f7d77b;color:#1f2e4f}.hive-board__controls-group--zoom{margin-left:auto}.hive-board__zoom-value{min-width:64px;justify-content:center;font-weight:700;color:#4b5563}.hive-board__history-tablet{display:flex;align-items:center;gap:8px;position:absolute;top:12px;right:12px;z-index:1400;padding:8px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#ffffffe0;box-shadow:0 8px 20px #0000002e}.hive-board__history-tablet button{border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#fff;color:#273043;padding:8px 12px;font-size:.9rem;line-height:1;cursor:pointer}.hive-board__history-tablet button:disabled{background:#e5e7eb;color:#9ca3af;border-color:#d1d5db;cursor:not-allowed;pointer-events:none;opacity:1}.hive-board__warning.card-library__popup-warning{position:absolute;top:12px;left:50%;bottom:auto;transform:translate(-50%);width:min(100% - 24px,520px);margin-top:0;z-index:1450;pointer-events:none;animation:hiveBoardWarningFade 4.8s ease forwards}@keyframes hiveBoardWarningFade{0%{opacity:0;transform:translate(-50%) translateY(-8px)}10%{opacity:1;transform:translate(-50%) translateY(0)}85%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-6px)}}.hive-board__viewport-area{flex:1;min-height:0;position:relative}.hive-board__viewport{height:100%;position:relative;overflow:auto;overscroll-behavior:contain;padding:14px;cursor:grab;background:radial-gradient(circle at 1px 1px,rgba(39,48,67,.14) 1px,transparent 0),linear-gradient(180deg,#ffffffeb,#f7f2e5eb);background-size:26px 26px,auto}.hive-board__viewport.is-panning{cursor:grabbing;-webkit-user-select:none;user-select:none}.hive-board__viewport.is-default-zoom{scrollbar-width:none;-ms-overflow-style:none}.hive-board__viewport.is-default-zoom::-webkit-scrollbar{width:0;height:0}.hive-board__canvas-shell{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid rgba(39,48,67,.14);border-radius:18px;background:repeating-linear-gradient(-45deg,#2730430b 0 10px,#fff3 10px 20px),linear-gradient(180deg,#e2e8f04d,#cbd5e140);box-shadow:inset 0 0 0 1px #ffffff80,inset 0 0 0 2px #2730430a;overflow:hidden}.hive-board__canvas{position:relative;flex:0 0 auto;border:2px solid rgba(39,48,67,.25);border-radius:12px;background:linear-gradient(180deg,#fffef9,#f6efe1);box-shadow:0 8px 26px #0f172a24,inset 0 0 0 1px #ffffffa6}.hive-board__canvas-content{position:absolute;top:0;left:0;transform-origin:top left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}.hive-board__canvas-shell,.hive-board__canvas,.hive-board__canvas-content{touch-action:none}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.toolbar--hidden{display:none}.draggable-card{position:relative}.hive-board__note-layer{position:absolute;inset:0;z-index:1200;pointer-events:none}.card-note-indicator{position:absolute;width:24px;height:24px;border:none;padding:0;border-radius:999px;background:#b0b4bc;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;z-index:3;pointer-events:auto;cursor:pointer}.card-note-indicator svg{width:14px;height:14px}.card-note-indicator:focus-visible{outline:2px solid #fff;outline-offset:2px}.card-note-indicator.has-note{background:#cc1f2f}.card-note-indicator.is-locked{background:#bfc4cb;color:#ffffffeb;cursor:not-allowed}.card-note-indicator.has-note.is-locked{background:#bfc4cb}.capture-mode .card-note-indicator,.capture-mode .hive-board__controls,.capture-mode .hive-board__history-tablet{display:none!important}.capture-mode .hive-board__viewport{scrollbar-width:none;-ms-overflow-style:none}.capture-mode .hive-board__viewport::-webkit-scrollbar{display:none}@media (max-width: 900px){.hive-board__controls-group--zoom{margin-left:0}.hive-board__viewport{padding:10px}}.hive-details{flex:1;min-width:0}.hive-preview{margin-top:10px;width:100%;max-width:360px;aspect-ratio:16/9;border:1px solid #ded6cb;border-radius:10px;background:linear-gradient(180deg,#fff9f0,#f8f3ea);overflow:hidden}.hive-preview-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hive-preview-board{position:relative;width:100%;height:100%}.hive-preview-card{position:absolute;transform:translate(-50%,-50%);width:72px;min-height:64px;padding:10px 8px;clip-path:polygon(50% 0%,93% 25%,93% 75%,50% 100%,7% 75%,7% 25%);display:flex;align-items:center;justify-content:center;text-align:center;border:2px solid rgba(255,255,255,.45);box-shadow:0 6px 10px #221c142e}.hive-preview-card span{display:block;max-width:100%;font-size:.56rem;line-height:1.15;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}.hive-preview-card.category-visees{background:#1fa8ab;color:#fff}.hive-preview-card.category-conditions-enseignant{background:#f5a450;color:#fff}.hive-preview-card.category-recommandations-enseignant{background:#fff4e5;color:#995a1c;border:2px dashed #f5a450}.hive-preview-card.category-conditions-equipe{background:#8c6ccf;color:#fff}.hive-preview-card.category-recommandations-equipe{background:#f2ecff;color:#5f4397;border:2px dashed #8c6ccf}.hive-preview-card.category-domaine{background:#d15d79;color:#fff}.hive-preview-card.category-free{background:#61584c;color:#fff}.hive-preview-empty{margin:0;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#706559}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-box{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000040;text-align:center;max-width:400px;width:90%;position:relative;z-index:10000}.modal-box h2{margin-bottom:1rem;font-size:1.4rem;color:#333}.modal-box input{width:100%;padding:.6rem .8rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;margin-bottom:5px;outline:none}.modal-box input:focus{border-color:#666}.modal-actions{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.modal-box .btn{flex:1;padding:.6rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;background-color:#f2b500;color:#222;transition:background .2s}.modal-box .btn:hover{background-color:#bf8f00}.modal-box .btn.secondary{background-color:#f2b500;color:#222}.modal-box .btn.secondary:hover{background-color:#bf8f00}.modal-box .btn.danger{background-color:#e73458;color:#fff}.modal-box .btn.danger:hover{background-color:#cf193d}.counter-text{font-size:.9rem;color:#666}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.char-count{text-align:right;font-size:.85rem;color:#666;margin-bottom:10px}.modal-error{margin:.35rem 0 .5rem;color:#e73458;font-size:.85rem;text-align:left}.color-picker-label{font-size:.85rem;color:#555;margin-bottom:.4rem}.color-picker{display:flex;gap:.6rem;justify-content:center;margin-bottom:1rem}.color-picker .color-swatch{position:relative;width:26px;height:26px;border-radius:50%;border:none;cursor:pointer;transition:transform .15s;outline:3px solid transparent;outline-offset:2px}.color-picker .color-swatch:hover{transform:scale(1.2)}.color-picker .color-swatch.selected{outline-color:#333}.color-picker .color-swatch[data-label]:after{content:attr(data-label);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#333;color:#fff;font-size:.72rem;white-space:normal;max-width:180px;text-align:center;padding:4px 8px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s;z-index:10001}.color-picker .color-swatch[data-label]:hover:after{opacity:1}.comments-modal{max-width:560px;width:94%;max-height:85vh;display:flex;flex-direction:column;text-align:left;padding:1.5rem;position:relative}.comments-modal h2{margin:0 0 1rem;font-size:1.25rem;padding-right:2rem}.modal-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#666;padding:0 .25rem}.modal-close-btn:hover{color:#333}.comments-scroll{flex:1;overflow-y:auto;padding-right:4px;margin-bottom:1rem}.comments-empty{color:#888;font-style:italic;text-align:center;padding:1rem 0}.comment-thread{margin-bottom:.75rem}.comment-item{background:#f9f7f4;border:1px solid #e0dcd5;border-radius:8px;padding:.6rem .75rem}.comment-item--reply{margin-left:1.5rem;margin-top:.4rem;background:#f3f0ea;border-left:3px solid #F2B500}.comment-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.comment-header strong{font-size:.9rem}.comment-date{font-size:.75rem;color:#999}.comment-message{margin:0 0 .4rem;font-size:.9rem;white-space:pre-wrap;word-break:break-word}.comment-actions{display:flex;gap:.5rem;flex-wrap:wrap}.comment-action-btn{background:none;border:0;padding:0;font-size:.78rem;font-weight:600;line-height:1.2;color:#0085c0;cursor:pointer;text-decoration:underline}.comment-action-btn:hover{color:#312783}.comment-action-btn:focus-visible{outline:3px solid #312783;outline-offset:2px}.comment-action-btn--danger{color:#e73458}.comment-action-btn--danger:hover{color:#cf193d}.comment-reply-form{margin-left:1.5rem;margin-top:.4rem}.comment-reply-form textarea{width:100%;box-sizing:border-box;border:1px solid #ccc;border-radius:6px;padding:.4rem .6rem;font-size:.88rem;resize:vertical;font-family:inherit}.comment-reply-form textarea:focus{outline:none;border-color:#009f8c}.comment-reply-actions{display:flex;gap:.5rem;margin-top:.4rem;flex-wrap:wrap}.comment-reply-actions button{padding:.4rem .8rem;border:none;border-radius:8px;cursor:pointer;font-size:.82rem;font-weight:600;background:#f2b500;color:#222}.comment-reply-actions button.secondary{background:#f2b500;color:#222}.comments-new{display:flex;gap:.5rem;align-items:flex-end;border-top:1px solid #eee;padding-top:.9rem;flex-shrink:0}.comments-new textarea{flex:1;border:1px solid #ccc;border-radius:6px;padding:.4rem .6rem;font-size:.9rem;resize:vertical;font-family:inherit}.comments-new textarea:focus{outline:none;border-color:#009f8c}.comments-new button{padding:.5rem 1rem;border:none;border-radius:8px;background:#f2b500;color:#222;font-weight:600;cursor:pointer;white-space:nowrap;align-self:flex-end}.toolbar-comments-btn{position:relative}.toolbar-action-btn.is-locked,.toolbar-comments-btn.is-locked{opacity:.58;cursor:not-allowed}.toolbar-comments-badge{display:inline-flex;align-items:center;justify-content:center;background:#e73458;color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;min-width:1.1em;height:1.1em;padding:.7em .5em;margin-left:.35em;vertical-align:middle;line-height:1}.toolbar-invite-modal{text-align:left;max-width:620px;width:94%;max-height:85vh;overflow-y:auto}.toolbar-invite-modal h2{margin-top:0;padding-right:2rem}.toolbar-invite-grid{margin-top:.5rem}.toolbar-invite-grid button[disabled]{opacity:.7;cursor:wait}.toolbar-role-toggle{min-height:40px;border:1px solid #cfc7bc;border-radius:999px;padding:8px 36px 8px 12px;background-color:#fff;color:#273043;font-weight:600;line-height:1.1;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6f6556 50%),linear-gradient(135deg,#6f6556 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.toolbar-role-toggle:focus-visible{outline:3px solid rgba(47,127,146,.28);outline-offset:1px;border-color:#8ca9b1}.toolbar-collaborators-section{margin-top:1rem;padding-top:.9rem;border-top:1px solid #eee}.toolbar-collaborators-section h3{margin:0 0 .6rem;font-size:1rem;color:#333}.toolbar-modal-warning{margin:.35rem 0 0}.toolbar-leave-section{margin-top:.9rem;padding-top:.9rem;border-top:1px solid #eee;display:flex;justify-content:flex-end}.toolbar-leave-btn{border:0;border-radius:8px;padding:8px 12px;cursor:pointer;background:#e73458;color:#fff;font-weight:600}.toolbar-leave-btn:disabled{opacity:.7;cursor:wait}.toolbar-collaborators-list li{align-items:center}.toolbar-collaborators-list .toolbar-collaborator-remove{background:#e73458;color:#fff}.toolbar-collaborators-list select[disabled],.toolbar-collaborators-list button[disabled]{opacity:.65;cursor:wait}@media (min-width: 768px) and (max-width: 1200px) and (pointer: coarse){.toolbar-collaborators-list .inline-actions .toolbar-role-toggle{min-width:170px;min-height:42px;padding-right:38px}}.card-note-modal{max-width:620px}.card-note-modal .card-note-card-title{margin:0 0 .65rem;font-weight:700;color:#3a3a3a}.card-note-modal .card-note-meta{margin-top:.65rem;padding-top:.55rem;border-top:1px dashed #ddd2c7}.card-note-modal .card-note-meta p{margin:.1rem 0;font-size:.82rem;color:#666}.card-note-modal .card-note-thread{margin-bottom:.75rem}.card-note-modal .card-note-item{background:#fff9ef;border-color:#e7dccf}.card-note-modal .card-note-editor{margin-top:.6rem}.card-note-modal .card-note-editor textarea{min-height:7.25rem}.card-note-modal .card-note-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.card-note-modal .card-note-actions .card-note-save-btn{color:#312783;font-weight:700}@media (max-width: 640px){.comments-new{flex-direction:column;align-items:stretch}.comments-new button{align-self:flex-end}.card-note-modal .card-note-actions{justify-content:flex-start}}.unified-prompt-modal{max-width:460px;text-align:left}.unified-prompt-modal h2{margin:0 0 .8rem}.unified-prompt-message{margin:0 0 .8rem;color:#444}.unified-prompt-form{margin:0}.unified-prompt-form .modal-actions{margin-bottom:0}.free-space-card{width:var(--board-card-size, 200px);aspect-ratio:1;perspective:800px;stroke:#8bb31d;stroke-width:4;stroke-dasharray:10 5;fill:#fff;color:#8bb31d}.free-space-card .free-hex-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s;position:relative}.free-space-card .free-hex-inner .free-hex-front{position:absolute;top:0;left:0;backface-visibility:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:sans-serif;text-align:center;font-size:.9rem;padding:10px;box-sizing:border-box}.free-space-card .free-hex-inner .free-hex-front h4{font-size:.66rem;padding-top:10px}.free-space-card .free-hex-inner .free-hex-front p{font-size:.45rem}.free-space-card .free-hex-inner .free-hex-front .free-img,.free-space-card .free-hex-inner .free-hex-front .icon{height:25px}.library-card.free-space:hover{cursor:pointer}.library-card.free-space:hover .free-space-card{fill:#8bb31d;color:#fff;transition-duration:.4s}.library-card.free-space:hover .free-space-card #vert{fill:#fff;transition-duration:.4s}.free-space-card.free-card--pink{stroke:#e73458;color:#e73458}.free-space-card.free-card--purple{stroke:#ad498d;color:#ad498d}.free-space-card.free-card--turquoise{stroke:#009f8c;color:#009f8c}.free-space-card.free-card--orange{stroke:#ef7d00;color:#ef7d00}@-moz-document url-prefix(){.free-space-card{perspective:none!important}.free-space-card .free-hex-front{backface-visibility:visible!important;opacity:1;z-index:2;transition:background-color .4s,color .4s}.free-space-card .free-hex-front .free-img,.free-space-card .free-hex-front .icon{transition:fill .4s}.free-space-card:hover{fill:#8bb31d;color:#fff}.free-space-card:hover #vert{fill:#fff}.free-hex-inner,.free-hex-front{transform:none!important}.free-space-card:hover .free-hex-front{transform:rotateY(0)}}body.ios .free-space-card{width:180px;height:180px;-webkit-perspective:800px}body.ios .free-hex-inner{min-width:180px;min-height:180px;-webkit-transform-style:preserve-3d}body.ios .free-hex-front{-webkit-backface-visibility:hidden}body.ios .free-hex-front .free-img,body.ios .free-hex-front .icon{height:50px!important}body.ios .free-hex-front h4{font-size:1.2rem!important}.page-loader{--loader-accent: #d17a1f;--loader-accent-soft: #f4c88a;--loader-ink: #3b2c16;position:relative;margin:20px auto;max-width:520px;border-radius:20px;border:1px solid #e8dcc8;background:radial-gradient(circle at 14% 18%,rgba(255,245,225,.9) 0,transparent 38%),radial-gradient(circle at 84% 8%,rgba(245,202,143,.32) 0,transparent 48%),linear-gradient(145deg,#fffdfa,#f7efe3);box-shadow:0 18px 40px #653e1124;padding:30px 24px 24px;text-align:center;overflow:hidden}.page-loader--hive{--loader-accent: #3a8f52;--loader-accent-soft: #9fd6ad;--loader-ink: #143621}.page-loader__halo{position:absolute;inset:-20% 35% auto -30%;height:140px;background:radial-gradient(circle,rgba(255,255,255,.8) 0,transparent 70%);pointer-events:none}.page-loader__honeycomb{display:grid;grid-template-columns:repeat(3,30px);justify-content:center;gap:8px 10px;margin:6px auto 18px}.page-loader__cell{width:30px;height:34px;clip-path:polygon(50% 0%,96% 25%,96% 75%,50% 100%,4% 75%,4% 25%);background:linear-gradient(170deg,var(--loader-accent-soft),var(--loader-accent));box-shadow:0 6px 12px #4c310f26;animation:loaderPulse 1.25s ease-in-out infinite;animation-delay:calc(var(--delay-index) * .12s)}.page-loader__cell:nth-child(1),.page-loader__cell:nth-child(5),.page-loader__cell:nth-child(7){transform:translateY(2px)}.page-loader__cell:nth-child(2),.page-loader__cell:nth-child(4),.page-loader__cell:nth-child(6){transform:translateY(-2px)}.page-loader__title{margin:0;color:var(--loader-ink);font-size:1.1rem;font-weight:700}.page-loader__subtitle{margin:8px 0 0;color:#6a5c44;font-size:.95rem}@keyframes loaderPulse{0%,to{opacity:.45;transform:translateY(0) scale(.92)}40%{opacity:1;transform:translateY(-3px) scale(1)}70%{opacity:.7;transform:translateY(1px) scale(.96)}}@media (max-width: 640px){.page-loader{margin:14px auto;border-radius:16px;padding:24px 16px 18px}.page-loader__honeycomb{grid-template-columns:repeat(3,26px);gap:7px 8px}.page-loader__cell{width:26px;height:30px}}footer{position:fixed;left:0;right:0;bottom:0;z-index:1400;height:80px;display:flex!important;justify-content:space-between;align-items:center;background:#faf9f6;border-top:1px solid #ddd;padding:0 8px}footer img{height:50px;padding:10px}footer .administration,footer .unif{display:flex;align-items:center;flex:1}footer .administration{justify-content:flex-start}footer .unif{justify-content:flex-end}footer .footer-center{display:flex;flex-direction:column;align-items:center;gap:4px;flex:0 0 auto}footer .language-select-wrap{display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}footer .language-select-wrap span{font-size:14px;color:#333}footer .language-select-wrap select{padding:6px 8px;border:1px solid #ddd;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px}body.ios footer{height:60px}body.ios footer img{height:37.5px;padding:7.5px}body.ios footer .language-select-wrap{gap:6px}body.ios footer .language-select-wrap span{font-size:12px}body.ios footer .language-select-wrap select{padding:4px 6px;font-size:12px}.footer-legal{display:flex;align-items:center;gap:10px;font-size:12px}.footer-legal a{color:#575756;text-decoration:none}.footer-legal a:hover{color:#312783;text-decoration:underline}.footer-legal span{color:#aaa}.admin-page{max-width:1300px}.admin-page h3{margin:24px 0 12px;display:flex;width:fit-content;align-items:center;gap:10px;padding:6px 12px;border-left:4px solid #EF7D00;border-radius:8px;background:linear-gradient(90deg,#ef7d001f,#fff 85%);color:#4a2b05;font-size:clamp(1.1rem,1.3vw,1.3rem);letter-spacing:.01em}.admin-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.admin-search{flex:1 1 220px;padding:8px 12px;border:1px solid #ccc;border-radius:8px;font-size:.9rem;min-width:0}.admin-table-wrap{overflow-x:auto;margin-bottom:10px;border:1px solid #e2ded8;border-radius:10px}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table thead tr{background:#f5f2ed}.admin-table th{padding:10px 12px;text-align:left;font-weight:700;white-space:nowrap;border-bottom:2px solid #e2ded8;color:#444}.admin-table .admin-sort-btn{border:0;background:transparent;padding:0;font:inherit;font-weight:700;color:inherit;cursor:pointer;text-align:left}.admin-table .admin-sort-btn:hover{color:#2f2f2f;text-decoration:underline;text-underline-offset:2px}.admin-table td{padding:9px 12px;vertical-align:middle;border-bottom:1px solid #eeebe6}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover>td{background:#fdf9f4}.admin-table .admin-num{text-align:center;color:#555;font-variant-numeric:tabular-nums}.admin-table .admin-date{white-space:nowrap;color:#666;font-size:.82rem}.admin-edit-row td{background:#fffaf3;padding:14px 16px}.admin-edit-row td .admin-inline-form{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.admin-edit-row td .admin-inline-form label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;min-width:160px}.admin-edit-row td .admin-inline-form label input,.admin-edit-row td .admin-inline-form label select{padding:8px 10px;border:1px solid #ccc;border-radius:8px;font-size:.875rem;background:#fff}.profile-page h2{margin:0 0 20px;padding:14px 18px;border-left:6px solid #312783;border-radius:10px;background:linear-gradient(90deg,#3127831a,#fff 75%);color:#312783;font-size:clamp(1.55rem,2vw,2rem);letter-spacing:.02em}.profile-page>p{margin:0 0 10px}.profile-page>p>strong{font-weight:800;color:#1f1f1f}.profile-page .profile-tabs{display:flex;gap:10px;margin:18px 0 14px;padding:8px;border:1px solid rgba(49,39,131,.2);border-radius:12px;background:linear-gradient(90deg,#31278314,#fff 70%)}.profile-page .profile-tab{appearance:none;border:1px solid rgba(49,39,131,.25);border-radius:999px;background:#fff;color:#312783;font-size:.95rem;font-weight:800;line-height:1.2;padding:9px 14px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.profile-page .profile-tab:hover{border-color:#31278373;background:#3127830f}.profile-page .profile-tab.is-active{border-color:#312783;background:#312783;color:#fff;box-shadow:0 3px 14px #31278333}.profile-page .profile-tab-panel{padding:4px 0 0;border-top:2px solid rgba(49,39,131,.14)}.profile-page h3{margin:24px 0 12px;display:flex;width:fit-content;align-items:center;gap:10px;padding:6px 12px;border-left:4px solid #EF7D00;border-radius:8px;background:linear-gradient(90deg,#ef7d001f,#fff 85%);color:#4a2b05;font-size:clamp(1.1rem,1.3vw,1.3rem);letter-spacing:.01em}.profile-page .list-grid{gap:12px}.profile-page .list-grid li{padding:14px;border-color:#d7d3cd;border-radius:12px;align-items:flex-start;gap:16px}.profile-page .hive-details>strong{display:inline-block;margin-bottom:8px;padding:4px 10px;border-radius:999px;background:#3127831a;color:#312783;font-size:1.03rem;font-weight:800;line-height:1.3}.profile-page .inline-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px;margin-bottom:10px}.profile-page .hive-list-controls{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.8fr);gap:14px;align-items:stretch;margin:8px 0 16px}.profile-page .hive-list-controls .hive-list-controls__group{display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:0;padding:14px 16px;border:1px solid rgba(49,39,131,.14);border-radius:14px;background:linear-gradient(180deg,#31278312,#fffffffa);box-shadow:0 8px 18px #3127830f}.profile-page .hive-list-controls .hive-list-controls__label{color:#2f2f2f;font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1.2}.profile-page .hive-list-controls .hive-list-controls__search{min-width:0}.profile-page .hive-list-controls .hive-list-controls__sort{min-width:220px}.profile-page .hive-list-controls .hive-list-controls__search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}.profile-page .hive-list-controls .hive-list-controls__input,.profile-page .hive-list-controls .hive-list-controls__select{min-height:52px;width:100%;margin:0;padding:12px 14px;border:1px solid rgba(49,39,131,.22);border-radius:12px;background:#fff;color:#1f1f1f;font-size:1rem;box-sizing:border-box}.profile-page .hive-list-controls .hive-list-controls__input::placeholder{color:#5f5f5f;font-size:1rem;opacity:1}.profile-page .hive-list-controls .hive-list-controls__input:focus,.profile-page .hive-list-controls .hive-list-controls__select:focus{border-color:#31278380;outline:3px solid rgba(49,39,131,.14);outline-offset:0}.profile-page .hive-list-controls .hive-search-clear{align-self:stretch;min-width:132px;min-height:52px;margin:0;padding:12px 16px;border:0;cursor:pointer;color:#222;font-size:.98rem;font-weight:700}.profile-page .button-link,.profile-page .inline-actions button,.profile-page .danger-btn{min-height:40px;padding:9px 14px}.profile-page .form-success{margin:0 0 10px;color:#1f6a46;font-weight:700}.profile-page .profile-inline-feedback{margin:2px 0 0}.profile-page .profile-modify-section{margin-top:28px;padding:16px;border:2px solid rgba(49,39,131,.2);border-radius:12px;background:linear-gradient(180deg,#3127830f,#fff 65%)}.profile-page .profile-modify-section h3{margin-top:0;border-left-color:#312783;background:linear-gradient(90deg,#3127832e,#3127830d 60%,#fff);color:#312783}.profile-page .profile-modify-section p{margin:0 0 12px;color:#4a4a4a}.profile-page .profile-modify-section h4{margin:8px 0 10px;color:#2f2f2f;font-size:1rem;font-weight:800;letter-spacing:.01em}.profile-page .profile-modify-section .form-grid{margin-bottom:16px}.profile-page .profile-modify-section .profile-role-form{gap:12px}.profile-page .profile-modify-section .profile-role-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.profile-page .profile-modify-section .profile-role-controls__group{display:flex;flex-direction:column;gap:8px;min-width:0;padding:14px 16px;border:1px solid rgba(49,39,131,.14);border-radius:14px;background:linear-gradient(180deg,#31278312,#fffffffa);box-shadow:0 8px 18px #3127830f}.profile-page .profile-modify-section .profile-role-controls__label{color:#2f2f2f;font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1.2}.profile-page .profile-modify-section .profile-role-controls__select,.profile-page .profile-modify-section .profile-role-controls__input{min-height:52px;width:100%;margin:0;padding:12px 14px;border:1px solid rgba(49,39,131,.22);border-radius:12px;background:#fff;color:#1f1f1f;font-size:1rem;box-sizing:border-box}.profile-page .profile-modify-section .profile-role-controls__select:focus,.profile-page .profile-modify-section .profile-role-controls__input:focus{border-color:#31278380;outline:3px solid rgba(49,39,131,.14);outline-offset:0}.profile-page .profile-modify-section .form-grid:last-of-type{margin-bottom:0}.profile-page .profile-danger-zone{margin-top:28px;padding:16px;border:2px solid rgba(231,52,88,.35);border-radius:12px;background:linear-gradient(180deg,#e7345814,#fff 65%)}.profile-page .profile-danger-zone h3{margin-top:0;padding:6px 12px;border-left:4px solid #E73458;border-radius:8px;background:linear-gradient(90deg,#e7345833,#e734580f 60%,#fff);color:#7a1129}.profile-page .profile-danger-zone p{margin:0 0 12px;color:#4a4a4a}.profile-page .profile-danger-zone .danger-btn{background:#cf2046;font-weight:700;box-shadow:0 0 0 2px #cf204633}@media (max-width: 960px){.profile-page .hive-list-controls{grid-template-columns:1fr;gap:12px}.profile-page .hive-list-controls .hive-list-controls__search{grid-column:auto}.profile-page .hive-list-controls .hive-list-controls__sort{min-width:0}.profile-page .hive-list-controls .hive-list-controls__group{padding:16px}.profile-page .hive-list-controls .hive-list-controls__label{font-size:1.02rem}.profile-page .hive-list-controls .hive-list-controls__search-row{grid-template-columns:minmax(0,1fr) auto}.profile-page .hive-list-controls .hive-search-clear{min-width:144px;padding-inline:16px}.profile-page .profile-modify-section .profile-role-controls{grid-template-columns:1fr}.profile-page .profile-modify-section .profile-role-controls__group{padding:16px}.profile-page .profile-modify-section .profile-role-controls__label{font-size:1.02rem}}@media (max-width: 720px){.profile-page .profile-tabs{flex-direction:column;align-items:stretch;gap:8px}.profile-page .profile-tab{width:100%;text-align:center}.profile-page .list-grid li{flex-direction:column}.profile-page .inline-actions{width:100%}.profile-page .hive-list-controls{grid-template-columns:1fr}.profile-page .hive-list-controls .hive-list-controls__group{padding:14px}.profile-page .hive-list-controls .hive-list-controls__search-row{grid-template-columns:1fr}.profile-page .hive-list-controls .hive-search-clear{width:100%}.profile-page .profile-modify-section .profile-role-controls__group{padding:14px}}.inbox-page .hive-details{flex:1;color:#2f2f2f;line-height:1.5}.inbox-page .inline-actions{margin-top:0;align-self:center}@media (max-width: 720px){.inbox-page .inline-actions{width:100%;align-self:stretch}}.landing-cta-grid .cta-card{border:1px solid rgba(87,87,86,.25);border-left:5px solid rgba(0,159,140,.65);background:linear-gradient(165deg,#f2b5001f,#f7f3ee)}.landing-cta-grid .cta-card:hover,.landing-tutorial.cta-card:hover{border-color:#31278347;background:linear-gradient(165deg,#f2b50033,#f7f3ee)}.cta-card-auth .cta-card-auth-content{align-items:flex-start;text-align:left;flex-direction:column;justify-content:center;gap:10px;min-height:110px;padding:24px}.cta-card-auth .cta-card-auth-content h3{margin:0;font-size:1.15rem;color:#312783;line-height:1.3}.cta-card-auth .cta-card-auth-content p{margin:0;font-size:.95rem;color:#575756;line-height:1.5;font-weight:400}@media (max-width: 768px){.cta-card-auth .cta-card-auth-content{min-height:96px;padding:20px}}.gdpr-page{max-width:780px;margin:0 auto}.gdpr-page h2{color:#312783;margin-bottom:12px}.gdpr-page .gdpr-intro{font-size:1rem;color:#575756;line-height:1.7;margin-bottom:32px;border-left:4px solid #009F8C;padding-left:14px}.gdpr-page .gdpr-sections{display:flex;flex-direction:column;gap:24px}.gdpr-page .gdpr-section{background:#fafaf8;border:1px solid #e8e4de;border-radius:8px;padding:20px 24px}.gdpr-page .gdpr-section h3{font-size:1rem;color:#312783;margin:0 0 8px}.gdpr-page .gdpr-section p{font-size:.92rem;color:#575756;line-height:1.65;margin:0}.gdpr-page .gdpr-contact{margin-top:32px;font-size:.92rem;color:#575756}.gdpr-page .gdpr-contact a{color:#0085c0;text-decoration:underline}.gdpr-page .gdpr-contact a:hover{color:#312783}.gdpr-page .gdpr-back-link{display:inline-block;margin-top:28px;color:#0085c0;text-decoration:none;font-size:.9rem}.gdpr-page .gdpr-back-link:hover{color:#312783;text-decoration:underline}.wip-page{max-width:780px;margin:0 auto}.wip-page h2{color:#312783;margin-bottom:12px}.wip-page .wip-intro{font-size:1rem;color:#575756;line-height:1.7;margin-bottom:32px;border-left:4px solid #EF7D00;padding-left:14px}.wip-page .wip-section-heading{font-size:1.05rem;color:#312783;margin:32px 0 14px;padding-bottom:6px;border-bottom:2px solid rgba(49,39,131,.12)}.wip-page .wip-history{display:flex;flex-direction:column;gap:16px}.wip-page .wip-version-card{display:flex;gap:18px;background:#fafaf8;border:1px solid #e8e4de;border-radius:8px;padding:20px 24px;align-items:flex-start}.wip-page .wip-version-card .wip-version-badge{flex-shrink:0;font-size:.78rem;font-weight:700;color:#f7f3ee;background:#312783;border-radius:6px;padding:4px 10px;letter-spacing:.04em;margin-top:2px}.wip-page .wip-features{display:flex;flex-direction:column;gap:16px}.wip-page .wip-feature-card{display:flex;gap:18px;background:#fafaf8;border:1px solid #e8e4de;border-radius:8px;padding:20px 24px;align-items:flex-start}.wip-page .wip-feature-card .wip-feature-icon{font-size:1.8rem;line-height:1;flex-shrink:0}.wip-page .wip-feature-body{flex:1}.wip-page .wip-feature-body h3,.wip-page .wip-feature-body h4{font-size:1rem;color:#312783;margin:0 0 8px}.wip-page .wip-feature-body p{font-size:.92rem;color:#575756;line-height:1.65;margin:0 0 10px}.wip-page .wip-feature-body .wip-status{display:inline-block;font-size:.78rem;font-weight:600;color:#ef7d00;background:#ef7d001a;border:1px solid rgba(239,125,0,.3);border-radius:12px;padding:2px 10px}.wip-page .wip-back-link{display:inline-block;margin-top:28px;color:#0085c0;text-decoration:none;font-size:.9rem}.wip-page .wip-back-link:hover{color:#312783;text-decoration:underline}.tutorial-page{max-width:900px;margin:0 auto}.tutorial-page h2{color:#312783;margin-bottom:20px}.tutorial-page .tutorial-video-container{margin-bottom:40px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #31278314}.tutorial-page .tutorial-video-container iframe{display:block;margin:0}.tutorial-page .tutorial-content.markdown-content h3{font-size:1.1rem;color:#312783;margin:24px 0 12px}.tutorial-page .tutorial-content.markdown-content h4{font-size:1rem;color:#312783;margin:20px 0 10px}.tutorial-page .tutorial-content.markdown-content h5{font-size:.95rem;color:#312783;margin:16px 0 8px}.tutorial-page .tutorial-content.markdown-content h6{font-size:.9rem;color:#312783d9;margin:14px 0 8px}.tutorial-page .tutorial-content.markdown-content p{font-size:.95rem;color:#575756;line-height:1.7;margin-bottom:14px}.tutorial-page .tutorial-content.markdown-content ul,.tutorial-page .tutorial-content.markdown-content ol{margin:0 0 16px 24px;list-style:revert}.tutorial-page .tutorial-content.markdown-content ul li,.tutorial-page .tutorial-content.markdown-content ol li{font-size:.95rem;color:#575756;line-height:1.65;margin-bottom:8px}.tutorial-page .tutorial-content.markdown-content ul{list-style-type:disc}.tutorial-page .tutorial-content.markdown-content ol{list-style-type:decimal}.tutorial-page .tutorial-content.markdown-content strong{font-weight:600;color:#312783}.tutorial-page .tutorial-content.markdown-content code{background:#00000008;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem}
